[Build/Test] Keep kernel smoke fixtures out of package publishing - #802
Merged
Merged
Conversation
brandonpayton
force-pushed
the
gascity/kd-1mr/kd-nacw-kernel-test-fixtures
branch
from
July 23, 2026 11:09
2c39d54 to
e9f8090
Compare
brandonpayton
marked this pull request as ready for review
July 23, 2026 11:10
Contributor
|
prepare-merge: test-gate passed against the synthetic PR merge and sealed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
The small Wasm programs used by kernel and host smoke tests are repository-built test fixtures. They are not distributable packages or Homebrew formulae.
Keeping a
kernel-test-programspackage manifest made package tooling treat seven unrelated fixtures as one multi-output package. The atomic package resolver would then move their paths into a package directory, even though their real producer and consumers intentionally use the flat test-fixture paths.What changes
kernel-test-programsfrom the package registry and browser-package exceptions.hello.wasmentry as retired;examples/hello.cremains a separate SDK example.hello64fixture instead of relying on an incorrect wasm32 default-path fallback.tests/test-artifacts.This changes test/build ownership only. It does not change the kernel, ABI, host runtime behavior, or production deployment.
Validation
Current-main local validation:
git diff --checkThe pull request CI will provide exact-head Node, browser, POSIX, libc, Sortix, and staging evidence before merge.